Quick start on a mindlessly simply parser test suite.
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Sep 2004 12:25:40 +0000 (12:25 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Sep 2004 12:25:40 +0000 (12:25 +0000)
commit52ab9943919ae03f5b4ee89db159a80cc195b454
tree2d3aa47635d20f1010a44147a787d64e4ab364d2
parent36281e4c45fb186fbf1af2d87d1a0393e5fd0157
Quick start on a mindlessly simply parser test suite.

Works on a standalone parser object, not through the globals or the web interface, which is created anew for each test. Pretty primitive so far, but this at least allows accumulation of tests for now.
maintenance/parserTests.php [new file with mode: 0644]
maintenance/parserTests.txt [new file with mode: 0644]